[INFO] fetching crate teaql-core 4.0.5...
[INFO] fixing teaql-core-4.0.5 against try#622891a4e29178280638a6b63a8908bde2c0c854+cargoflags=-Zfix-edition=start=2015 for pr-157817-2
[INFO] extracting crate teaql-core 4.0.5 into /workspace/builds/worker-0-tc1/source
[INFO] started tweaking crates.io crate teaql-core 4.0.5
[INFO] finished tweaking crates.io crate teaql-core 4.0.5
[INFO] tweaked toml for crates.io crate teaql-core 4.0.5 written to /workspace/builds/worker-0-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate teaql-core 4.0.5 on toolchain 622891a4e29178280638a6b63a8908bde2c0c854
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate teaql-core 4.0.5 already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/source:/opt/rustwide/workdir:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3a6becf2bc8dde7f3fa57ede90e4f284e72d296796fc446bbb1e2c7cc0530151" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 4c35efb167315050891bd3bbe4eaba52c497c1d09fdd7a9651f1035f41648fb3
[INFO] running `Command { std: "docker" "start" "4c35efb167315050891bd3bbe4eaba52c497c1d09fdd7a9651f1035f41648fb3", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "4c35efb167315050891bd3bbe4eaba52c497c1d09fdd7a9651f1035f41648fb3" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "4c35efb167315050891bd3bbe4eaba52c497c1d09fdd7a9651f1035f41648fb3", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=" "-e" "RUSTDOCFLAGS=" "-w" "/opt/rustwide/workdir" "--user" "0:0" "4c35efb167315050891bd3bbe4eaba52c497c1d09fdd7a9651f1035f41648fb3" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fix" "--allow-no-vcs" "--allow-dirty" "--frozen" "--all" "--all-targets" "--message-format=json" "-Zfix-edition=start=2015", kill_on_drop: false }`
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling rust_decimal v1.42.0
[INFO] [stderr]     Checking serde_json v1.0.150
[INFO] [stderr]     Checking chrono v0.4.44
[INFO] [stderr]     Checking teaql-core v4.0.5 (/opt/rustwide/workdir)
[INFO] [stdout] error[E0432]: unresolved import `teaql_macros`
[INFO] [stdout]   --> src/lib.rs:48:9
[INFO] [stdout]    |
[INFO] [stdout] 48 |     use teaql_macros::{TeaqlEntity, TeaqlReverseRelations};
[INFO] [stdout]    |         ^^^^^^^^^^^^ use of unresolved module or unlinked crate `teaql_macros`
[INFO] [stdout]    |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]    |
[INFO] [stdout] 48 -     use teaql_macros::{TeaqlEntity, TeaqlReverseRelations};
[INFO] [stdout] 48 +     use teaql_core::{TeaqlEntity, TeaqlReverseRelations};
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `teaql` in this scope
[INFO] [stdout]   --> src/lib.rs:63:7
[INFO] [stdout]    |
[INFO] [stdout] 63 |     #[teaql(entity = "Order", table = "orders")]
[INFO] [stdout]    |       ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `teaql` in this scope
[INFO] [stdout]   --> src/lib.rs:65:11
[INFO] [stdout]    |
[INFO] [stdout] 65 |         #[teaql(id)]
[INFO] [stdout]    |           ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `teaql` in this scope
[INFO] [stdout]   --> src/lib.rs:67:11
[INFO] [stdout]    |
[INFO] [stdout] 67 |         #[teaql(version)]
[INFO] [stdout]    |           ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `teaql` in this scope
[INFO] [stdout]   --> src/lib.rs:69:11
[INFO] [stdout]    |
[INFO] [stdout] 69 |         #[teaql(column = "display_name")]
[INFO] [stdout]    |           ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `teaql` in this scope
[INFO] [stdout]   --> src/lib.rs:75:7
[INFO] [stdout]    |
[INFO] [stdout] 75 |     #[teaql(entity = "TypedNumber", table = "typed_number")]
[INFO] [stdout]    |       ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `teaql` in this scope
[INFO] [stdout]   --> src/lib.rs:77:11
[INFO] [stdout]    |
[INFO] [stdout] 77 |         #[teaql(id)]
[INFO] [stdout]    |           ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `teaql` in this scope
[INFO] [stdout]    --> src/lib.rs:177:7
[INFO] [stdout]     |
[INFO] [stdout] 177 |     #[teaql(entity = "Product", table = "product")]
[INFO] [stdout]     |       ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `teaql` in this scope
[INFO] [stdout]    --> src/lib.rs:179:11
[INFO] [stdout]     |
[INFO] [stdout] 179 |         #[teaql(id)]
[INFO] [stdout]     |           ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `teaql` in this scope
[INFO] [stdout]    --> src/lib.rs:186:7
[INFO] [stdout]     |
[INFO] [stdout] 186 |     #[teaql(entity = "OrderLine", table = "orderline")]
[INFO] [stdout]     |       ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `teaql` in this scope
[INFO] [stdout]    --> src/lib.rs:188:11
[INFO] [stdout]     |
[INFO] [stdout] 188 |         #[teaql(id)]
[INFO] [stdout]     |           ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `teaql` in this scope
[INFO] [stdout]    --> src/lib.rs:190:11
[INFO] [stdout]     |
[INFO] [stdout] 190 |         #[teaql(column = "order_id")]
[INFO] [stdout]     |           ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `teaql` in this scope
[INFO] [stdout]    --> src/lib.rs:192:11
[INFO] [stdout]     |
[INFO] [stdout] 192 |         #[teaql(relation(
[INFO] [stdout]     |           ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `teaql` in this scope
[INFO] [stdout]    --> src/lib.rs:231:11
[INFO] [stdout]     |
[INFO] [stdout] 231 |         #[teaql(id)]
[INFO] [stdout]     |           ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `teaql` in this scope
[INFO] [stdout]    --> src/lib.rs:238:11
[INFO] [stdout]     |
[INFO] [stdout] 238 |         #[teaql(id)]
[INFO] [stdout]     |           ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `teaql` in this scope
[INFO] [stdout]    --> src/lib.rs:247:7
[INFO] [stdout]     |
[INFO] [stdout] 247 |     #[teaql(entity = "OrderAggregate", table = "order_aggregate")]
[INFO] [stdout]     |       ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `teaql` in this scope
[INFO] [stdout]    --> src/lib.rs:249:11
[INFO] [stdout]     |
[INFO] [stdout] 249 |         #[teaql(id)]
[INFO] [stdout]     |           ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `teaql` in this scope
[INFO] [stdout]    --> src/lib.rs:251:11
[INFO] [stdout]     |
[INFO] [stdout] 251 |         #[teaql(dynamic)]
[INFO] [stdout]     |           ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `std::collections::HashSet`
[INFO] [stdout]   --> src/eval.rs:79:9
[INFO] [stdout]    |
[INFO] [stdout] 79 |     use std::collections::HashSet;
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no associated function or constant named `entity_descriptor` found for struct `OrderRow` in the current scope
[INFO] [stdout]   --> src/lib.rs:86:36
[INFO] [stdout]    |
[INFO] [stdout] 64 |     struct OrderRow {
[INFO] [stdout]    |     --------------- associated function or constant `entity_descriptor` not found for this struct
[INFO] [stdout] ...
[INFO] [stdout] 86 |         let descriptor = OrderRow::entity_descriptor();
[INFO] [stdout]    |                                    ^^^^^^^^^^^^^^^^^ associated function or constant not found in `OrderRow`
[INFO] [stdout]    |
[INFO] [stdout]    = help: items from traits can only be used if the trait is implemented and in scope
[INFO] [stdout] note: `entity::TeaqlEntity` defines an item `entity_descriptor`, perhaps you need to implement it
[INFO] [stdout]   --> src/entity.rs:5:1
[INFO] [stdout]    |
[INFO] [stdout]  5 | pub trait TeaqlEntity {
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no associated function or constant named `entity_descriptor` found for struct `TypedNumberRow` in the current scope
[INFO] [stdout]    --> src/lib.rs:103:42
[INFO] [stdout]     |
[INFO] [stdout]  76 |     struct TypedNumberRow {
[INFO] [stdout]     |     --------------------- associated function or constant `entity_descriptor` not found for this struct
[INFO] [stdout] ...
[INFO] [stdout] 103 |         let descriptor = TypedNumberRow::entity_descriptor();
[INFO] [stdout]     |                                          ^^^^^^^^^^^^^^^^^ associated function or constant not found in `TypedNumberRow`
[INFO] [stdout]     |
[INFO] [stdout]     = help: items from traits can only be used if the trait is implemented and in scope
[INFO] [stdout] note: `entity::TeaqlEntity` defines an item `entity_descriptor`, perhaps you need to implement it
[INFO] [stdout]    --> src/entity.rs:5:1
[INFO] [stdout]     |
[INFO] [stdout]   5 | pub trait TeaqlEntity {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no associated function or constant named `from_record` found for struct `TypedNumberRow` in the current scope
[INFO] [stdout]    --> src/lib.rs:109:35
[INFO] [stdout]     |
[INFO] [stdout]  76 |     struct TypedNumberRow {
[INFO] [stdout]     |     --------------------- associated function or constant `from_record` not found for this struct
[INFO] [stdout] ...
[INFO] [stdout] 109 |         let row = TypedNumberRow::from_record(Record::from([
[INFO] [stdout]     |                                   ^^^^^^^^^^^ associated function or constant not found in `TypedNumberRow`
[INFO] [stdout]     |
[INFO] [stdout]     = help: items from traits can only be used if the trait is implemented and in scope
[INFO] [stdout] note: `entity::Entity` defines an item `from_record`, perhaps you need to implement it
[INFO] [stdout]    --> src/entity.rs:36:1
[INFO] [stdout]     |
[INFO] [stdout]  36 | pub trait Entity: TeaqlEntity + Sized {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no associated function or constant named `from_record` found for struct `TypedNumberRow` in the current scope
[INFO] [stdout]    --> src/lib.rs:121:47
[INFO] [stdout]     |
[INFO] [stdout]  76 |     struct TypedNumberRow {
[INFO] [stdout]     |     --------------------- associated function or constant `from_record` not found for this struct
[INFO] [stdout] ...
[INFO] [stdout] 121 |         let signed_overflow = TypedNumberRow::from_record(Record::from([
[INFO] [stdout]     |                                               ^^^^^^^^^^^ associated function or constant not found in `TypedNumberRow`
[INFO] [stdout]     |
[INFO] [stdout]     = help: items from traits can only be used if the trait is implemented and in scope
[INFO] [stdout] note: `entity::Entity` defines an item `from_record`, perhaps you need to implement it
[INFO] [stdout]    --> src/entity.rs:36:1
[INFO] [stdout]     |
[INFO] [stdout]  36 | pub trait Entity: TeaqlEntity + Sized {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no associated function or constant named `from_record` found for struct `TypedNumberRow` in the current scope
[INFO] [stdout]    --> src/lib.rs:134:49
[INFO] [stdout]     |
[INFO] [stdout]  76 |     struct TypedNumberRow {
[INFO] [stdout]     |     --------------------- associated function or constant `from_record` not found for this struct
[INFO] [stdout] ...
[INFO] [stdout] 134 |         let unsigned_negative = TypedNumberRow::from_record(Record::from([
[INFO] [stdout]     |                                                 ^^^^^^^^^^^ associated function or constant not found in `TypedNumberRow`
[INFO] [stdout]     |
[INFO] [stdout]     = help: items from traits can only be used if the trait is implemented and in scope
[INFO] [stdout] note: `entity::Entity` defines an item `from_record`, perhaps you need to implement it
[INFO] [stdout]    --> src/entity.rs:36:1
[INFO] [stdout]     |
[INFO] [stdout]  36 | pub trait Entity: TeaqlEntity + Sized {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no associated function or constant named `from_record` found for struct `OrderRow` in the current scope
[INFO] [stdout]    --> src/lib.rs:150:29
[INFO] [stdout]     |
[INFO] [stdout]  64 |     struct OrderRow {
[INFO] [stdout]     |     --------------- associated function or constant `from_record` not found for this struct
[INFO] [stdout] ...
[INFO] [stdout] 150 |         let row = OrderRow::from_record(Record::from([(
[INFO] [stdout]     |                             ^^^^^^^^^^^ associated function or constant not found in `OrderRow`
[INFO] [stdout]     |
[INFO] [stdout]     = help: items from traits can only be used if the trait is implemented and in scope
[INFO] [stdout] note: `entity::Entity` defines an item `from_record`, perhaps you need to implement it
[INFO] [stdout]    --> src/entity.rs:36:1
[INFO] [stdout]     |
[INFO] [stdout]  36 | pub trait Entity: TeaqlEntity + Sized {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no associated function or constant named `from_record` found for struct `OrderRow` in the current scope
[INFO] [stdout]    --> src/lib.rs:159:31
[INFO] [stdout]     |
[INFO] [stdout]  64 |     struct OrderRow {
[INFO] [stdout]     |     --------------- associated function or constant `from_record` not found for this struct
[INFO] [stdout] ...
[INFO] [stdout] 159 |         let nulls = OrderRow::from_record(Record::from([
[INFO] [stdout]     |                               ^^^^^^^^^^^ associated function or constant not found in `OrderRow`
[INFO] [stdout]     |
[INFO] [stdout]     = help: items from traits can only be used if the trait is implemented and in scope
[INFO] [stdout] note: `entity::Entity` defines an item `from_record`, perhaps you need to implement it
[INFO] [stdout]    --> src/entity.rs:36:1
[INFO] [stdout]     |
[INFO] [stdout]  36 | pub trait Entity: TeaqlEntity + Sized {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no associated function or constant named `from_record` found for struct `OrderRow` in the current scope
[INFO] [stdout]    --> src/lib.rs:169:25
[INFO] [stdout]     |
[INFO] [stdout]  64 |     struct OrderRow {
[INFO] [stdout]     |     --------------- associated function or constant `from_record` not found for this struct
[INFO] [stdout] ...
[INFO] [stdout] 169 |         match OrderRow::from_record(Record::from([("name".to_owned(), Value::U64(1))])) {
[INFO] [stdout]     |                         ^^^^^^^^^^^ associated function or constant not found in `OrderRow`
[INFO] [stdout]     |
[INFO] [stdout]     = help: items from traits can only be used if the trait is implemented and in scope
[INFO] [stdout] note: `entity::Entity` defines an item `from_record`, perhaps you need to implement it
[INFO] [stdout]    --> src/entity.rs:36:1
[INFO] [stdout]     |
[INFO] [stdout]  36 | pub trait Entity: TeaqlEntity + Sized {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no associated function or constant named `entity_descriptor` found for struct `OrderLineRow` in the current scope
[INFO] [stdout]    --> src/lib.rs:204:40
[INFO] [stdout]     |
[INFO] [stdout] 187 |     struct OrderLineRow {
[INFO] [stdout]     |     ------------------- associated function or constant `entity_descriptor` not found for this struct
[INFO] [stdout] ...
[INFO] [stdout] 204 |         let descriptor = OrderLineRow::entity_descriptor();
[INFO] [stdout]     |                                        ^^^^^^^^^^^^^^^^^ associated function or constant not found in `OrderLineRow`
[INFO] [stdout]     |
[INFO] [stdout]     = help: items from traits can only be used if the trait is implemented and in scope
[INFO] [stdout] note: `entity::TeaqlEntity` defines an item `entity_descriptor`, perhaps you need to implement it
[INFO] [stdout]    --> src/entity.rs:5:1
[INFO] [stdout]     |
[INFO] [stdout]   5 | pub trait TeaqlEntity {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no associated function or constant named `register_into` found for struct `OrderLineRow` in the current scope
[INFO] [stdout]    --> src/lib.rs:213:23
[INFO] [stdout]     |
[INFO] [stdout] 187 |     struct OrderLineRow {
[INFO] [stdout]     |     ------------------- associated function or constant `register_into` not found for this struct
[INFO] [stdout] ...
[INFO] [stdout] 213 |         OrderLineRow::register_into(&mut store);
[INFO] [stdout]     |                       ^^^^^^^^^^^^^ associated function or constant not found in `OrderLineRow`
[INFO] [stdout]     |
[INFO] [stdout]     = help: items from traits can only be used if the trait is implemented and in scope
[INFO] [stdout] note: `entity::TeaqlEntity` defines an item `register_into`, perhaps you need to implement it
[INFO] [stdout]    --> src/entity.rs:5:1
[INFO] [stdout]     |
[INFO] [stdout]   5 | pub trait TeaqlEntity {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `OrderRow: entity::TeaqlEntity` is not satisfied
[INFO] [stdout]    --> src/lib.rs:221:47
[INFO] [stdout]     |
[INFO] [stdout] 221 |         crate::register_entities!(&mut store, OrderRow, OrderLineRow);
[INFO] [stdout]     |                                               ^^^^^^^^ unsatisfied trait bound
[INFO] [stdout]     |
[INFO] [stdout] help: the trait `entity::TeaqlEntity` is not implemented for `OrderRow`
[INFO] [stdout]    --> src/lib.rs:64:5
[INFO] [stdout]     |
[INFO] [stdout]  64 |     struct OrderRow {
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^
[INFO] [stdout] help: the trait `entity::TeaqlEntity` is implemented for `SafeExpressionEntity`
[INFO] [stdout]    --> src/lib.rs:571:5
[INFO] [stdout]     |
[INFO] [stdout] 571 |     impl TeaqlEntity for SafeExpressionEntity {
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `OrderLineRow: entity::TeaqlEntity` is not satisfied
[INFO] [stdout]    --> src/lib.rs:221:57
[INFO] [stdout]     |
[INFO] [stdout] 221 |         crate::register_entities!(&mut store, OrderRow, OrderLineRow);
[INFO] [stdout]     |                                                         ^^^^^^^^^^^^ unsatisfied trait bound
[INFO] [stdout]     |
[INFO] [stdout] help: the trait `entity::TeaqlEntity` is not implemented for `OrderLineRow`
[INFO] [stdout]    --> src/lib.rs:187:5
[INFO] [stdout]     |
[INFO] [stdout] 187 |     struct OrderLineRow {
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] help: the trait `entity::TeaqlEntity` is implemented for `SafeExpressionEntity`
[INFO] [stdout]    --> src/lib.rs:571:5
[INFO] [stdout]     |
[INFO] [stdout] 571 |     impl TeaqlEntity for SafeExpressionEntity {
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no associated function or constant named `entity_descriptor` found for struct `DefaultTableNameRow` in the current scope
[INFO] [stdout]    --> src/lib.rs:265:34
[INFO] [stdout]     |
[INFO] [stdout] 230 |     struct DefaultTableNameRow {
[INFO] [stdout]     |     -------------------------- associated function or constant `entity_descriptor` not found for this struct
[INFO] [stdout] ...
[INFO] [stdout] 265 |             DefaultTableNameRow::entity_descriptor().table_name,
[INFO] [stdout]     |                                  ^^^^^^^^^^^^^^^^^ associated function or constant not found in `DefaultTableNameRow`
[INFO] [stdout]     |
[INFO] [stdout]     = help: items from traits can only be used if the trait is implemented and in scope
[INFO] [stdout] note: `entity::TeaqlEntity` defines an item `entity_descriptor`, perhaps you need to implement it
[INFO] [stdout]    --> src/entity.rs:5:1
[INFO] [stdout]     |
[INFO] [stdout]   5 | pub trait TeaqlEntity {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no associated function or constant named `entity_descriptor` found for struct `TypedValueRow` in the current scope
[INFO] [stdout]    --> src/lib.rs:272:41
[INFO] [stdout]     |
[INFO] [stdout] 237 |     struct TypedValueRow {
[INFO] [stdout]     |     -------------------- associated function or constant `entity_descriptor` not found for this struct
[INFO] [stdout] ...
[INFO] [stdout] 272 |         let descriptor = TypedValueRow::entity_descriptor();
[INFO] [stdout]     |                                         ^^^^^^^^^^^^^^^^^ associated function or constant not found in `TypedValueRow`
[INFO] [stdout]     |
[INFO] [stdout]     = help: items from traits can only be used if the trait is implemented and in scope
[INFO] [stdout] note: `entity::TeaqlEntity` defines an item `entity_descriptor`, perhaps you need to implement it
[INFO] [stdout]    --> src/entity.rs:5:1
[INFO] [stdout]     |
[INFO] [stdout]   5 | pub trait TeaqlEntity {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no associated function or constant named `entity_descriptor` found for struct `OrderLineRow` in the current scope
[INFO] [stdout]    --> src/lib.rs:457:58
[INFO] [stdout]     |
[INFO] [stdout] 187 |     struct OrderLineRow {
[INFO] [stdout]     |     ------------------- associated function or constant `entity_descriptor` not found for this struct
[INFO] [stdout] ...
[INFO] [stdout] 457 |         let expr = Expr::in_subquery("id", OrderLineRow::entity_descriptor(), query, "order_id");
[INFO] [stdout]     |                                                          ^^^^^^^^^^^^^^^^^ associated function or constant not found in `OrderLineRow`
[INFO] [stdout]     |
[INFO] [stdout]     = help: items from traits can only be used if the trait is implemented and in scope
[INFO] [stdout] note: `entity::TeaqlEntity` defines an item `entity_descriptor`, perhaps you need to implement it
[INFO] [stdout]    --> src/entity.rs:5:1
[INFO] [stdout]     |
[INFO] [stdout]   5 | pub trait TeaqlEntity {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: the method `ids` exists for struct `list::SmartList<OrderRow>`, but its trait bounds were not satisfied
[INFO] [stdout]    --> src/lib.rs:489:25
[INFO] [stdout]     |
[INFO] [stdout]  64 |     struct OrderRow {
[INFO] [stdout]     |     --------------- doesn't satisfy `OrderRow: IdentifiableEntity`
[INFO] [stdout] ...
[INFO] [stdout] 489 |         assert_eq!(rows.ids(), vec![Value::U64(1), Value::U64(3)]);
[INFO] [stdout]     |                         ^^^ method cannot be called on `list::SmartList<OrderRow>` due to unsatisfied trait bounds
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/list.rs:8:1
[INFO] [stdout]     |
[INFO] [stdout]   8 | pub struct SmartList<T> {
[INFO] [stdout]     | ----------------------- method `ids` not found for this struct
[INFO] [stdout]     |
[INFO] [stdout] note: trait bound `OrderRow: IdentifiableEntity` was not satisfied
[INFO] [stdout]    --> src/list.rs:275:8
[INFO] [stdout]     |
[INFO] [stdout] 273 | impl<T> SmartList<T>
[INFO] [stdout]     |         ------------
[INFO] [stdout] 274 | where
[INFO] [stdout] 275 |     T: IdentifiableEntity,
[INFO] [stdout]     |        ^^^^^^^^^^^^^^^^^^ unsatisfied trait bound introduced here
[INFO] [stdout] note: the trait `IdentifiableEntity` must be implemented
[INFO] [stdout]    --> src/entity.rs:296:1
[INFO] [stdout]     |
[INFO] [stdout] 296 | pub trait IdentifiableEntity: Entity {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: the method `versions` exists for struct `list::SmartList<OrderRow>`, but its trait bounds were not satisfied
[INFO] [stdout]    --> src/lib.rs:490:25
[INFO] [stdout]     |
[INFO] [stdout]  64 |     struct OrderRow {
[INFO] [stdout]     |     --------------- doesn't satisfy `OrderRow: entity::VersionedEntity`
[INFO] [stdout] ...
[INFO] [stdout] 490 |         assert_eq!(rows.versions(), vec![2, 4]);
[INFO] [stdout]     |                         ^^^^^^^^ method cannot be called on `list::SmartList<OrderRow>` due to unsatisfied trait bounds
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/list.rs:8:1
[INFO] [stdout]     |
[INFO] [stdout]   8 | pub struct SmartList<T> {
[INFO] [stdout]     | ----------------------- method `versions` not found for this struct
[INFO] [stdout]     |
[INFO] [stdout] note: trait bound `OrderRow: entity::VersionedEntity` was not satisfied
[INFO] [stdout]    --> src/list.rs:294:8
[INFO] [stdout]     |
[INFO] [stdout] 292 | impl<T> SmartList<T>
[INFO] [stdout]     |         ------------
[INFO] [stdout] 293 | where
[INFO] [stdout] 294 |     T: VersionedEntity,
[INFO] [stdout]     |        ^^^^^^^^^^^^^^^ unsatisfied trait bound introduced here
[INFO] [stdout] note: the trait `entity::VersionedEntity` must be implemented
[INFO] [stdout]    --> src/entity.rs:300:1
[INFO] [stdout]     |
[INFO] [stdout] 300 | pub trait VersionedEntity: Entity {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `OrderRow: entity::Entity` is not satisfied
[INFO] [stdout]    --> src/lib.rs:492:28
[INFO] [stdout]     |
[INFO] [stdout] 492 |         let records = rows.into_records();
[INFO] [stdout]     |                            ^^^^^^^^^^^^ unsatisfied trait bound
[INFO] [stdout]     |
[INFO] [stdout] help: the trait `entity::Entity` is not implemented for `OrderRow`
[INFO] [stdout]    --> src/lib.rs:64:5
[INFO] [stdout]     |
[INFO] [stdout]  64 |     struct OrderRow {
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^
[INFO] [stdout] help: the trait `entity::Entity` is implemented for `SafeExpressionEntity`
[INFO] [stdout]    --> src/lib.rs:577:5
[INFO] [stdout]     |
[INFO] [stdout] 577 |     impl Entity for SafeExpressionEntity {
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: required by a bound in `list::SmartList::<T>::into_records`
[INFO] [stdout]    --> src/list.rs:260:12
[INFO] [stdout]     |
[INFO] [stdout] 258 |     pub fn into_records(self) -> SmartList<Record>
[INFO] [stdout]     |            ------------ required by a bound in this associated function
[INFO] [stdout] 259 |     where
[INFO] [stdout] 260 |         T: Entity,
[INFO] [stdout]     |            ^^^^^^ required by this bound in `SmartList::<T>::into_records`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: the method `map_by_id` exists for struct `list::SmartList<OrderRow>`, but its trait bounds were not satisfied
[INFO] [stdout]    --> src/lib.rs:531:26
[INFO] [stdout]     |
[INFO] [stdout]  64 |     struct OrderRow {
[INFO] [stdout]     |     --------------- doesn't satisfy `OrderRow: IdentifiableEntity`
[INFO] [stdout] ...
[INFO] [stdout] 531 |         let by_id = rows.map_by_id();
[INFO] [stdout]     |                          ^^^^^^^^^ method cannot be called on `list::SmartList<OrderRow>` due to unsatisfied trait bounds
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/list.rs:8:1
[INFO] [stdout]     |
[INFO] [stdout]   8 | pub struct SmartList<T> {
[INFO] [stdout]     | ----------------------- method `map_by_id` not found for this struct
[INFO] [stdout]     |
[INFO] [stdout] note: trait bound `OrderRow: IdentifiableEntity` was not satisfied
[INFO] [stdout]    --> src/list.rs:275:8
[INFO] [stdout]     |
[INFO] [stdout] 273 | impl<T> SmartList<T>
[INFO] [stdout]     |         ------------
[INFO] [stdout] 274 | where
[INFO] [stdout] 275 |     T: IdentifiableEntity,
[INFO] [stdout]     |        ^^^^^^^^^^^^^^^^^^ unsatisfied trait bound introduced here
[INFO] [stdout] note: the trait `IdentifiableEntity` must be implemented
[INFO] [stdout]    --> src/entity.rs:296:1
[INFO] [stdout]     |
[INFO] [stdout] 296 | pub trait IdentifiableEntity: Entity {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: the method `map_by_id` exists for struct `list::SmartList<OrderRow>`, but its trait bounds were not satisfied
[INFO] [stdout]    --> src/lib.rs:556:25
[INFO] [stdout]     |
[INFO] [stdout]  64 |     struct OrderRow {
[INFO] [stdout]     |     --------------- doesn't satisfy `OrderRow: IdentifiableEntity`
[INFO] [stdout] ...
[INFO] [stdout] 556 |         assert_eq!(rows.map_by_id().get("u:3").map(|row| row.version), Some(5));
[INFO] [stdout]     |                         ^^^^^^^^^ method cannot be called on `list::SmartList<OrderRow>` due to unsatisfied trait bounds
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/list.rs:8:1
[INFO] [stdout]     |
[INFO] [stdout]   8 | pub struct SmartList<T> {
[INFO] [stdout]     | ----------------------- method `map_by_id` not found for this struct
[INFO] [stdout]     |
[INFO] [stdout] note: trait bound `OrderRow: IdentifiableEntity` was not satisfied
[INFO] [stdout]    --> src/list.rs:275:8
[INFO] [stdout]     |
[INFO] [stdout] 273 | impl<T> SmartList<T>
[INFO] [stdout]     |         ------------
[INFO] [stdout] 274 | where
[INFO] [stdout] 275 |     T: IdentifiableEntity,
[INFO] [stdout]     |        ^^^^^^^^^^^^^^^^^^ unsatisfied trait bound introduced here
[INFO] [stdout] note: the trait `IdentifiableEntity` must be implemented
[INFO] [stdout]    --> src/entity.rs:296:1
[INFO] [stdout]     |
[INFO] [stdout] 296 | pub trait IdentifiableEntity: Entity {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: the method `ids` exists for struct `list::SmartList<OrderRow>`, but its trait bounds were not satisfied
[INFO] [stdout]    --> src/lib.rs:559:25
[INFO] [stdout]     |
[INFO] [stdout]  64 |     struct OrderRow {
[INFO] [stdout]     |     --------------- doesn't satisfy `OrderRow: IdentifiableEntity`
[INFO] [stdout] ...
[INFO] [stdout] 559 |         assert_eq!(rows.ids(), vec![Value::U64(3), Value::U64(4)]);
[INFO] [stdout]     |                         ^^^ method cannot be called on `list::SmartList<OrderRow>` due to unsatisfied trait bounds
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/list.rs:8:1
[INFO] [stdout]     |
[INFO] [stdout]   8 | pub struct SmartList<T> {
[INFO] [stdout]     | ----------------------- method `ids` not found for this struct
[INFO] [stdout]     |
[INFO] [stdout] note: trait bound `OrderRow: IdentifiableEntity` was not satisfied
[INFO] [stdout]    --> src/list.rs:275:8
[INFO] [stdout]     |
[INFO] [stdout] 273 | impl<T> SmartList<T>
[INFO] [stdout]     |         ------------
[INFO] [stdout] 274 | where
[INFO] [stdout] 275 |     T: IdentifiableEntity,
[INFO] [stdout]     |        ^^^^^^^^^^^^^^^^^^ unsatisfied trait bound introduced here
[INFO] [stdout] note: the trait `IdentifiableEntity` must be implemented
[INFO] [stdout]    --> src/entity.rs:296:1
[INFO] [stdout]     |
[INFO] [stdout] 296 | pub trait IdentifiableEntity: Entity {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `OrderRow: entity::Entity` is not satisfied
[INFO] [stdout]    --> src/lib.rs:707:49
[INFO] [stdout]     |
[INFO] [stdout] 707 |         let response = WebResponse::from_entity(&entity);
[INFO] [stdout]     |                        ------------------------ ^^^^^^^ unsatisfied trait bound
[INFO] [stdout]     |                        |
[INFO] [stdout]     |                        required by a bound introduced by this call
[INFO] [stdout]     |
[INFO] [stdout] help: the trait `entity::Entity` is not implemented for `OrderRow`
[INFO] [stdout]    --> src/lib.rs:64:5
[INFO] [stdout]     |
[INFO] [stdout]  64 |     struct OrderRow {
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^
[INFO] [stdout] help: the trait `entity::Entity` is implemented for `SafeExpressionEntity`
[INFO] [stdout]    --> src/lib.rs:577:5
[INFO] [stdout]     |
[INFO] [stdout] 577 |     impl Entity for SafeExpressionEntity {
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: required by a bound in `web::WebResponse::from_entity`
[INFO] [stdout]    --> src/web.rs:352:12
[INFO] [stdout]     |
[INFO] [stdout] 350 |     pub fn from_entity<E>(entity: &E) -> Self
[INFO] [stdout]     |            ----------- required by a bound in this associated function
[INFO] [stdout] 351 |     where
[INFO] [stdout] 352 |         E: Entity + Clone,
[INFO] [stdout]     |            ^^^^^^ required by this bound in `WebResponse::from_entity`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `OrderRow: entity::Entity` is not satisfied
[INFO] [stdout]    --> src/lib.rs:715:53
[INFO] [stdout]     |
[INFO] [stdout] 715 |         let response = WebResponse::from_smart_list(list);
[INFO] [stdout]     |                        ---------------------------- ^^^^ unsatisfied trait bound
[INFO] [stdout]     |                        |
[INFO] [stdout]     |                        required by a bound introduced by this call
[INFO] [stdout]     |
[INFO] [stdout] help: the trait `entity::Entity` is not implemented for `OrderRow`
[INFO] [stdout]    --> src/lib.rs:64:5
[INFO] [stdout]     |
[INFO] [stdout]  64 |     struct OrderRow {
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^
[INFO] [stdout] help: the trait `entity::Entity` is implemented for `SafeExpressionEntity`
[INFO] [stdout]    --> src/lib.rs:577:5
[INFO] [stdout]     |
[INFO] [stdout] 577 |     impl Entity for SafeExpressionEntity {
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: required by a bound in `web::WebResponse::from_smart_list`
[INFO] [stdout]    --> src/web.rs:366:12
[INFO] [stdout]     |
[INFO] [stdout] 364 |     pub fn from_smart_list<E>(mut smart_list: SmartList<E>) -> Self
[INFO] [stdout]     |            --------------- required by a bound in this associated function
[INFO] [stdout] 365 |     where
[INFO] [stdout] 366 |         E: Entity,
[INFO] [stdout]     |            ^^^^^^ required by this bound in `WebResponse::from_smart_list`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `OrderRow: entity::Entity` is not satisfied
[INFO] [stdout]    --> src/lib.rs:748:53
[INFO] [stdout]     |
[INFO] [stdout] 748 |         let response = WebResponse::from_smart_list(list);
[INFO] [stdout]     |                        ---------------------------- ^^^^ unsatisfied trait bound
[INFO] [stdout]     |                        |
[INFO] [stdout]     |                        required by a bound introduced by this call
[INFO] [stdout]     |
[INFO] [stdout] help: the trait `entity::Entity` is not implemented for `OrderRow`
[INFO] [stdout]    --> src/lib.rs:64:5
[INFO] [stdout]     |
[INFO] [stdout]  64 |     struct OrderRow {
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^
[INFO] [stdout] help: the trait `entity::Entity` is implemented for `SafeExpressionEntity`
[INFO] [stdout]    --> src/lib.rs:577:5
[INFO] [stdout]     |
[INFO] [stdout] 577 |     impl Entity for SafeExpressionEntity {
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: required by a bound in `web::WebResponse::from_smart_list`
[INFO] [stdout]    --> src/web.rs:366:12
[INFO] [stdout]     |
[INFO] [stdout] 364 |     pub fn from_smart_list<E>(mut smart_list: SmartList<E>) -> Self
[INFO] [stdout]     |            --------------- required by a bound in this associated function
[INFO] [stdout] 365 |     where
[INFO] [stdout] 366 |         E: Entity,
[INFO] [stdout]     |            ^^^^^^ required by this bound in `WebResponse::from_smart_list`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no associated function or constant named `from_record` found for struct `OrderAggregateRow` in the current scope
[INFO] [stdout]    --> src/lib.rs:838:44
[INFO] [stdout]     |
[INFO] [stdout] 248 |     struct OrderAggregateRow {
[INFO] [stdout]     |     ------------------------ associated function or constant `from_record` not found for this struct
[INFO] [stdout] ...
[INFO] [stdout] 838 |         let aggregate = OrderAggregateRow::from_record(Record::from([
[INFO] [stdout]     |                                            ^^^^^^^^^^^ associated function or constant not found in `OrderAggregateRow`
[INFO] [stdout]     |
[INFO] [stdout]     = help: items from traits can only be used if the trait is implemented and in scope
[INFO] [stdout] note: `entity::Entity` defines an item `from_record`, perhaps you need to implement it
[INFO] [stdout]    --> src/entity.rs:36:1
[INFO] [stdout]     |
[INFO] [stdout]  36 | pub trait Entity: TeaqlEntity + Sized {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0277, E0432, E0599.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0277`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `teaql-core` (lib test) due to 43 previous errors; 1 warning emitted
[INFO] running `Command { std: "docker" "inspect" "4c35efb167315050891bd3bbe4eaba52c497c1d09fdd7a9651f1035f41648fb3", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "4c35efb167315050891bd3bbe4eaba52c497c1d09fdd7a9651f1035f41648fb3", kill_on_drop: false }`
[INFO] [stdout] 4c35efb167315050891bd3bbe4eaba52c497c1d09fdd7a9651f1035f41648fb3
